home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 23
/
AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso
/
Updates
/
Hardware
/
AteoIO
/
AteoBus_Dev
/
ateobus_pragmas.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-01
|
784b
|
27 lines
#ifndef ATEOBUS_PRAGMAS_H
#define ATEOBUS_PRAGMAS_H
/*
** $VER: ateobus_pragmas.h 3.0 (15.04.99)
**
** C pragams. for use with ateobus.library 3.0
**
** (C) Copyright 1998-99 Atéo Concepts SARL
** All Rights Reserved
*/
#pragma libcall AteoBase AC_GetSpaceBase 1e 001
#pragma libcall AteoBase AC_AddIntServer 24 9002
#pragma libcall AteoBase AC_RemIntServer 2a 9002
#pragma libcall AteoBase AC_QueryValue 30 101
#pragma libcall AteoBase AC_StoreValue 36 1002
#pragma libcall AteoBase AC_GetVersion 3c 0
#pragma libcall AteoBase AC_IrqLine2Level 42 101
#pragma libcall AteoBase AC_IrqLevel2Line 48 101
#pragma libcall AteoBase AC_DisableIrq 4e 1002
#pragma libcall AteoBase AC_EnableIrq 54 1002
#pragma libcall AteoBase AC_ReadConfigLine 5a 9802
#endif /* ATEOBUS_PRAGMAS_H */